Using more than one condition in linqs where method

44

Using more than one condition in linq's where method -

codebase.Methods.Where(x => (x.Body.Scopes.Count > 5) && (x.Foo == "test"));

Comments

Submit
0 Comments